Hotfix 6 for Delphi Xe5

This Hotfix applies to:

Product: Embarcadero RAD Studio, Delphi, C++Builder
Version: XE5
Editions: Professional with Mobile Add-on, Enterprise, Architect, Ultimate
Languages: English, German, French, Japanese


Description of updates that are included in this hotfix:

This hotfix resolves issues with iOS apps when using iOS SDK 7.1 and Xcode 5.1. 
The RTM versions of iOS SDK 7.1 and Xcode 5.1 are required.

Install instructions:

1.  Extract the zip file.

2.  The following files will get extracted:

- iosinstall
- sim51
- simulator-exec


3.  These files must be copied to the Mac computer.

4.  Once these files are on the Mac computer, run the following set of commands:

 Assuming the files are in the users home directory, these commands will copy the files to the Applications folder

 sudo cp -rp ~/iosinstall /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS
 sudo cp -rp ~/sim51 /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS
 sudo cp -rp ~/simulator-exec /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS
 

5.  The following will change the owner of these files

 sudo chown root /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS/iosinstall
 sudo chown root /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS/sim51
 sudo chown root /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS/simulator-exec

6.  The following will change the group ownership of these files

 sudo chgrp wheel /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS/iosinstall
 sudo chgrp wheel /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS/sim51
 sudo chgrp wheel /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS/simulator-exec

7.  The following will change the file permissions of these files to executable

 sudo chmod 755 /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS/iosinstall
 sudo chmod 755 /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS/sim51
 sudo chmod 755 /Applications/RAD\ PAServer\ XE5.app/Contents/MacOS/simulator-exec

RAD Studio XE5 Update 2 Hotfix 6